put /mint/organizations/{org_name}/providers/{provider_id}

Updates third-party payment providers for your organization. See also Viewing the payment providers configured for your organization.

HTTP request

https://api.enterprise.apigee.com/v1/mint/organizations/{org_name}/providers/{provider_id}

Path Parameters

org_name (required)

string

Organization name.

provider_id (required)

string

ID of the third-party payment provider.

Request Body

Payment provider details.

application/json
PaymentProvider
authType

string

Installation ID provided by the payment provider.

credential

string

Base64-encoded credentials (username:XMLpassword) for your Worldpay merchant account; username is equivalent to the merchant code (in all caps) and XMLpassword specifies the XML password you set in the previous step, when setting up your Worldpay merchant account.

description

string

Description of the payment provider.

endpoint

string

Endpoint used to access the payment provider.

id

string

ID of the payment provider. Required only when updating a payment provider.

merchantCode

string

Merchant code provided by the payment provider to the API consumer.

name

string

Name of the WorldPay payment provider.

Response Types

200: 

OK

Body

application/json
PaymentProvider
authType

string

Installation ID provided by the payment provider.

credential

string

Base64-encoded credentials (username:XMLpassword) for your Worldpay merchant account; username is equivalent to the merchant code (in all caps) and XMLpassword specifies the XML password you set in the previous step, when setting up your Worldpay merchant account.

description

string

Description of the payment provider.

endpoint

string

Endpoint used to access the payment provider.

id

string

ID of the payment provider. Required only when updating a payment provider.

merchantCode

string

Merchant code provided by the payment provider to the API consumer.

name

string

Name of the WorldPay payment provider.

Authentication Requirements

Available Authentication Options
  • Basic
  • OAuth

Try this API

Request parameters
org_name
provider_id
Request body
For suggestions, press control+space or click one of the blue "add" circles.
Credentials
Multi-factor authentication is not supported.